home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 February / february_2000.iso / site building / GoLive 4.0 Tryout / data1.cab / Apps / Modules / JScripts / Actions / Multimedia / Stop Sound.action < prev    next >
Encoding:
Text File  |  1999-08-05  |  3.1 KB  |  77 lines

  1. <html>
  2.  
  3.     <head>
  4.         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  5.         <meta name="generator" content="Adobe GoLive 4">
  6.         <title>Stop Sound Action</title>
  7.     </head>
  8.  
  9.     <body bgcolor="white">
  10.         <center>
  11.             <font size="6">Stop Sound Action</font><font>
  12.             <hr>
  13.             </font></center>
  14.         <div align="left">
  15.             <p>
  16.             <csactionclass name="Stop Sound" function="CSStopSound" nsversion="3" ieversion="4"> </p>
  17.         </div>
  18.         <p>
  19.         <csactionparam name="name" type="GLActionPlugInParam"> </p>
  20.         <p></csactionclass>
  21.          </p>
  22.         <p> </p>
  23.         <p>
  24.         <script language="JavaScript1.2"><!--
  25. function CSStopSound (action) {
  26.     if (document.embeds[action[1]] !=null) {
  27.         if( typeof(document.embeds[action[1]].stop) != "undefined" )
  28.             document.embeds[action[1]].stop();
  29.     }
  30. }
  31. // -->
  32.         </script>
  33.          <b>stop sound.scrpt </b></p>
  34.         <p> </p>
  35.         <p>
  36.         <table cool width="253" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
  37.             <tr height="1" cntrlrow>
  38.                 <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
  39.                 <td width="10" height="1"><spacer type="block" width="10" height="1"></td>
  40.                 <td width="80" height="1"><spacer type="block" width="80" height="1"></td>
  41.                 <td width="162" height="1"><spacer type="block" width="162" height="1"></td>
  42.             </tr>
  43.             <tr height="2">
  44.                 <td width="1" height="2"><spacer type="block" width="1" height="2"></td>
  45.                 <td width="10" height="2"><spacer type="block" width="10" height="2"></td>
  46.                 <td width="80" height="2"><spacer type="block" width="80" height="2"></td>
  47.                 <td width="162" height="2"><spacer type="block" width="162" height="2"></td>
  48.             </tr>
  49.             <tr height="3">
  50.                 <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
  51.                 <td width="10" height="3"><spacer type="block" width="10" height="3"></td>
  52.                 <td width="80" height="3"><spacer type="block" width="80" height="3"></td>
  53.                 <td width="162" height="30" colspan="1" rowspan="2" valign="top" align="left" xpos="90">
  54.                     <csactioncntrl name="name" x="90" y="2" width="144" height="18" alignx="scale" aligny="top">
  55.                 </td>
  56.             </tr>
  57.             <tr height="27">
  58.                 <td width="1" height="27"><spacer type="block" width="1" height="27"></td>
  59.                 <td width="10" height="27"><spacer type="block" width="10" height="27"></td>
  60.                 <td width="80" height="27" colspan="1" rowspan="1" valign="top" align="left" xpos="10">
  61.                     <csactioncntrl type="StaticText" value="Name" x="10" y="5" width="39" height="16" alignx="left" aligny="top">
  62.                 </td>
  63.             </tr>
  64.             <tr height="120">
  65.                 <td width="1" height="120"><spacer type="block" width="1" height="120"></td>
  66.                 <td width="10" height="120"><spacer type="block" width="10" height="120"></td>
  67.                 <td width="242" height="120" colspan="2" rowspan="1" valign="top" align="left" xpos="10">
  68.                     <csactioncntrl type="InfoText" value="PlugIns without names can not be a target for this action." x="10" y="32" width="231" height="29" alignx="scale" aligny="top">
  69.                 </td>
  70.             </tr>
  71.         </table>
  72.         </p>
  73.         <p> 
  74.     </body>
  75.  
  76. </html>
  77.